home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
PROGRAMM
/
LOGO
/
H282.ZIP
/
MSWLOGO.ZIP
/
EXAMPLES.ZIP
/
CDROM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-08
|
212 b
|
9 lines
to playcd :a
print sentence [opened cd on channel] mci [open cdaudio alias cd]
mci [set cd time format tmsf]
mci sentence [play cd from] :a
print sentence [playing the cd on track] :a
mci [close cd]
end